home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / gatewayget.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-11  |  482 b   |  12 lines  |  [TEXT/MPS ]

  1. #pragma once
  2. #define __GW_GWGET__
  3.  
  4. OSErr PeriodicCheckGet(void);
  5. Boolean TimeToCheckGet(MailTimers *mailTimer,unsigned long lastCheck,unsigned long curTime);
  6. OSErr DoSlotGet(SlotSpec *slot);
  7.  
  8. OSErr GetSlotMessage(MSAMQueueRef qid,MSAMEnumerateOutQReply *msg,MailMsgRef *retMsgRef,FSSpec *spoolSpec);
  9. OSErr DoneSlotMessage(Boolean sent,MSAMQueueRef qid,MSAMEnumerateOutQReply *msg,FSSpec *spoolSpec,MailMsgRef msgRef);
  10.  
  11. OSErr MarkRead(MSAMQueueRef qid,long seqNum,short recipIndex);
  12.